Calendar for WinForms | ComponentOne
C1.Framework.Mathematics Namespace / Fraction<T> Structure / Addition Operator

In This Topic
    Addition Operator (Fraction<T>)
    In This Topic
    Defines the binary "+" operator.
    Syntax
    'Declaration
     
    
    Public Operator +( _
       ByVal left As Fraction(Of T), _
       ByVal right As Fraction(Of T) _
    ) As Fraction(Of T)
    public Fraction<T> operator +( 
       Fraction<T> left,
       Fraction<T> right
    )

    Parameters

    left
    right
    See Also